Type Property (AddressEntry Object)
The Type
property specifies the address type, such as SMTP, Fax, or X.400. Read/write.
Syntax
objAddressEntry.Type
Data Type
String
Remarks
The
AddressEntry object s Type property specifies the address type. This is
usually a tag referring to the messaging system that routes messages to this
address, such as SMTP or Fax.
The
AddressEntry object s Address and Type properties combine to form
the full address, the complete messaging address that appears in the
Recipient object s Address property. The Recipient Address uses
the following syntax:
TypeValue:AddressValue
The Type
property corresponds to the MAPI property PR_ADDRTYPE.
Example
See the
example for the AddressEntry object s Address property.
See Also
Address
Property (AddressEntry Object), Address Property (Recipient Object)